Kno2 System API - Application
Developer guide
Kno2 Dev Guide
The application uses the following DataWeave modules to perform Kno2 data mapping.
| Module | Description |
|---|---|
| createDemographicsResponse | |
| createOrganizationsResponse |
createDemographicsResponse
Source:
.src/main/resources/dwl/createDemographicsResponse.dwl
Mapping Tables
| Kno2 Sys API Response Field | Kno2 Demographics Response Field |
|---|---|
| patientId | patientIdentifier.patientId |
| patientHomeCommunityId | patientIdentifier.patientHomeCommunityId |
| patientFirstName | patientName.given |
| patientLastName | patientName.family |
| patientBirthDate | birthDate |
| patientGender | gender |
| orgId | orgId |
| orgHomeCommunityId | orgId |
| orgName | patientIdentifier.displayName |
| orgAddress | address |
| orgCity | city |
| orgState | state |
| orgZipCode | zipCode |
createOrganizationsResponse
Source:
.src/main/resources/dwl/createOrganizationsResponse.dwl
Mapping Tables
| Kno2 Sys API Response Field | Kno2 Organization Response Field |
|---|---|
| orgId | orgId |
| homeCommunityId | homeCommunityId |
| name | displayName |
| address | address |
| city | city |
| state | state |
| zipCode | zipCode |
| parentOrgId | parentOrgId |